Skip to content

Make tests compatible with SQLA 2.0#1

Draft
hoonhout wants to merge 16 commits intomainfrom
sqla-2.0-tests
Draft

Make tests compatible with SQLA 2.0#1
hoonhout wants to merge 16 commits intomainfrom
sqla-2.0-tests

Conversation

@hoonhout
Copy link
Copy Markdown

No description provided.

…cated and will be removed in version 2.0. Use the text() construct, or the Connection.exec_driver_sql() method to invoke a driver-level SQL string
… deprecated and will be removed in version 2.0. Please make use of the Select.where() method to add WHERE criteria to the SELECT statement
…ed and will be removed in SQLAlchemy 2.0. Please use the new calling style described at select()
…f the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get()
…f the 1.x series of SQLAlchemy and will be removed in 2.0. Please use relationship()
…etadata; as this functionality will be removed in SQLAlchemy 2.0, an Engine object should be passed to the Session() constructor directly
@Rogier-VO
Copy link
Copy Markdown

Can be closed as zope.alchemy v3.0 supports SQLAlchemy 2.0 ?
https://pypi.org/project/zope.sqlalchemy/3.0/#section-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants